projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a7d50b
)
(gc_in_progress): Declared.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Apr 1994 21:31:47 +0000
(21:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Apr 1994 21:31:47 +0000
(21:31 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 86d9c85b5472b4c237f820a186770c5cc8cfdbc2..60ed8c1d3ec08beba961dbade4d5835132bb0646 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1186,6
+1186,7
@@
extern Lisp_Object Fpurecopy (), make_pure_string ();
extern Lisp_Object pure_cons (), make_pure_vector ();
extern Lisp_Object Fgarbage_collect ();
extern Lisp_Object Fmake_byte_code ();
+extern int gc_in_progress;
/* Defined in print.c */
extern Lisp_Object Vprin1_to_string_buffer;